CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vector quantization image matlab

搜索资源列表

  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. LBG-Vector-Quantization

    0下载:
  2. 对二维图像进行压缩,采用matlab编程实验,-Of two-dimensional image compression using matlab programming experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:39385
    • 提供者:阿贵
  1. a

    0下载:
  2. Matlab矢量量化图像压缩程序 矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于 训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:47153
    • 提供者:adu
  1. imagevectorquantization

    1下载:
  2. 本代码是利用matlab开发环境,对图像进行矢量量化,从而实现对图像的压缩;并介绍了需要用到的一些matlab现有函数及其使用方法和功能;在码书的训练方法上选择的是自组织映射神经网络,解码重建后的图像质量较好-The application of Self-Orgnization Feature Maps neural network in image vector quantization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2768
    • 提供者:周澜
  1. CH3

    0下载:
  2. L3_1.m: 純量量化器的設計(程式) L3_2.m: 量化造成的假輪廓(程式) L3_3.m: 向量量化器之碼簿的產生(程式) L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行VQ(程式) gau.m: ML量化器設計中分母的計算式(函式) gau1.m: ML量化器設計中分子的計算式(函式) LBG.m: LBG訓練法(函式) quantize.m:高斯機率密度函數的非均勻量化(函式) VQ.m: 向量量化(函式) L3
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:191635
    • 提供者:Oki
  1. VQ

    0下载:
  2. Compression and decompression VQ=vector quantization for image.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:370575
    • 提供者:Lusa Elena
  1. vqwatermarking

    0下载:
  2. matlab编的基于图像矢量量化的水印程序,用分割码本的办法嵌入水印!-matlab for image vector quantization-based watermarking process, with the approach of the division of code embedded watermark!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2002
    • 提供者:周赟
  1. SC09006013

    1下载:
  2. 实现了小波的图像量化,包括均匀量化,WSQ标准量化,k均值矢量量化,附简明pdf报告。-Implementation of wavelet image quantification, including the uniform quantization, WSQ standards for quantification, k means vector quantization, with a concise pdf report.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:115810
    • 提供者:weiqiang
  1. Final_28Nov

    0下载:
  2. 2D-DCT 压缩图像后,通过QPSK,AWGN信道编码传输后,IDCT解压缩回原始图像,适用于任何图像-Using DCT to compress the orginal image, I use zigzag program, quantization, dct compression, then change the vector to bineary bit to pass through the QPSK channel. And from the binary array, I us
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4036532
    • 提供者:Jackie
  1. code

    0下载:
  2. 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4096
    • 提供者:Anna
  1. daimaa

    0下载:
  2. Matlab矢量量化图像压缩程序 矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于 训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:47153
    • 提供者:adu
  1. shilianglianghua

    0下载:
  2. 本文从矢量量化的角度对图像进行处理,程序经过验证,正确-From the perspective of vector quantization image processing, the program verified the correct
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:368882
    • 提供者:lima
  1. mvq

    0下载:
  2. 用LBG算法对图像进行矢量量化,并实现了图像解码,图像解码视觉效果良好。-realized image vector quantization employed the LGB algorithm, and achieved the image decoding, image decoding visual effect is good.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2124121
    • 提供者:
  1. VQ-block-size

    0下载:
  2. this function perform vector quantization on image by using matlab program -this function perform vector quantization on image by using matlab program ..
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1240
    • 提供者:mujeeb
  1. VQ

    0下载:
  2. this function perform vector quantization on the image by using matlab program -this function perform vector quantization on the image by using matlab program ..
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3573
    • 提供者:mujeeb
  1. VQ-Internet2

    0下载:
  2. this function or program is used to perform vector quantization on image by using matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:219555
    • 提供者:mujeeb
  1. VQ-internet3

    0下载:
  2. also using vector quantization on image by using matlab program to achieve a good compression ratio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:228854
    • 提供者:mujeeb
  1. fkm

    0下载:
  2. 图像矢量量化的FKM算法matlab程序-FKM image vector quantization algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:476408
    • 提供者:杜伟
  1. frlvq

    0下载:
  2. 图像矢量量化的FRLVQ算法matlab程序-Image vector quantization algorithm matlab procedures FRLVQ
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1374845
    • 提供者:杜伟
  1. pp

    0下载:
  2. 图像矢量量化PP算法的matlab实现程序-PP image vector quantization algorithm matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:428307
    • 提供者:杜伟
« 12 »
搜珍网 www.dssz.com